1. Open the webChatLogon.js file.
2. Copy the gatherDetails and logon functions into your version.
3. Open the webChat.js file.
4. Update the initChat and chatLogin functions to match that of the SDK.
5. Replace any mention of "webChat.g_user" with "webChat.custDetails.displayName".
6. Open the webChatSocket.js file.
7. Update the reloadAfterRefresh and setupRefresh methods to match that of the SDK.